projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011f48f
)
Add todo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 04:22:36 +0000
(
04:22
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 04:22:36 +0000
(
04:22
+0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 4e7e4450a6868750b6a3c0ae7f276df0071d188d..02190a97c6f0d91a7c917fb332d5e6cc13d0377d 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-75,6
+75,13
@@
;; The global variable "server-clients" lists all the waiting clients,
;; and which files are yet to be edited for each.
+;; Todo:
+
+;; - handle command-line-args-left.
+;; - move most of the args processing and decision making from emacsclient.c
+;; to here.
+;; - fix up handling of the client's environment (place it in the terminal?).
+
;;; Code:
(eval-when-compile (require 'cl))